Schema bimoR.ceidg.v1
Schema bimoR.ceidg.v1 : Typ złożony ContactInformation
Typ złożony ContactInformation
Opis
Dane kontaktowe przedsiębiorcy w CEIDG
Typ reprezentuje podstawowe dane kontaktowe przedsiębiorcy w rejestrze CEIDG
Przestrzeń nazw http://api.big.pl/bimoR/ceidg/v1
Diagram
Element faxNumber Element phoneNumber Element webAddress Element email Sequence Typ złożony ContactInformation
Przegląd
ContactInformation
Dane kontaktowe przedsiębiorcy w CEIDG
Typ reprezentuje podstawowe dane kontaktowe przedsiębiorcy w rejestrze CEIDG
Sequence
email optional Typ prosty email
Adres poczty elektronicznej
Adres poczty elektronicznej przedsiebiorcy przekazany z rejestru CEIDG.
webAddress optional Typ prosty string
Adres strony internetowej
Adres strony internetowej przedsiębiorcy przekazany z rejestru CEIDG.
phoneNumber optional Typ prosty phoneNumber
Telefon
Numer telefonu przedsiębiorcy przekazany z rejestru CEIDG.
faxNumber optional Typ prosty phoneNumber
Faks
Numer faksu przedsiębiorcy przekazany z rejestru CEIDG.
Używany przez
Źródło
<xs:complexType name="ContactInformation" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Dane kontaktowe przedsiębiorcy w CEIDG</div>
      <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Typ reprezentuje podstawowe dane kontaktowe przedsiębiorcy w rejestrze CEIDG</div>
    </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="email" type="br:email" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Adres poczty elektronicznej</div>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Adres poczty elektronicznej przedsiebiorcy przekazany z rejestru CEIDG.</div>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="webAddress" type="bc:string" minOccurs="0">
      <!-- <xs:element name="AdresStronyInternetowej" -->
      <xs:annotation>
        <xs:documentation>
          <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Adres strony internetowej</div>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Adres strony internetowej przedsiębiorcy przekazany z rejestru CEIDG.</div>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="phoneNumber" type="br:phoneNumber" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Telefon</div>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Numer telefonu przedsiębiorcy przekazany z rejestru CEIDG.</div>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="faxNumber" type="br:phoneNumber" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Faks</div>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Numer faksu przedsiębiorcy przekazany z rejestru CEIDG.</div>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Zobacz także